home *** CD-ROM | disk | FTP | other *** search
-
- ; SJED
- ;
- ; script to run JEd on its own screen.
- ; this should be put in the s: directory.
-
- pubman opJEdScreen
- jed PUBSCREEN=JEdScreen
- pubman clJEdScreen
-
- ; if you use SKsh (or similar) the following function is better since
- ; it retains the executable's command-line parsing.
- ;
- ; function sjed {
- ; pubman opJEdScreen >nil:
- ; jed PUBSCREEN=JEdScreen $*
- ; pubman clJEdScreen >nil:
- ; }
-